aboutsummaryrefslogtreecommitdiffstats
path: root/libntru [disowned]/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
committerMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
commitcb48d6ebf6df5208779a1995ab62179938139cb4 (patch)
treefd7ecf738d672c01cb2f3a1e0462573f26a93dd0 /libntru [disowned]/PKGBUILD
parentUpdate mongoclock (diff)
downloadaur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.gz
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.bz2
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.xz
Remove old packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libntru [disowned]/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/libntru [disowned]/PKGBUILD b/libntru [disowned]/PKGBUILD
deleted file mode 100644
index 13545bd..0000000
--- a/libntru [disowned]/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=libntru
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='C Implementation of NTRUEncrypt'
-url='https://github.com/tbuktu/libntru'
-arch=('i686' 'x86_64')
-license=('custom:2-clause BSD')
-depends=('glibc')
-makedepends=('gcc' 'glibc' 'make' 'coreutils')
-source=("https://github.com/tbuktu/libntru/archive/${pkgver}.tar.gz")
-sha256sums=('a540763f12c496b057f75c7684274bafb4e62984e6b713720ceb7ea8f31229e5')
-
-build ()
-{
- cd "${srcdir}/libntru-${pkgver}"
-
- make -f Makefile.linux
-}
-
-package ()
-{
- cd "${srcdir}/libntru-${pkgver}"
-
- make -f Makefile.linux install DESTDIR="${pkgdir}"
- rm -r "${pkgdir}/usr/share"
-}
-